home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Corel Draw 9
/
CorelDraw9 Disco 1.iso
/
Draw
/
Cont_rel
/
Rellenos
/
Textura
/
Elementos
/
water4.csc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-24
|
293 b
|
14 lines
REM Favorite : Fill
WITHOBJECT "CorelDraw.Automation.9"
.StartOfRecording
.SuppressPainting
.RecorderStorePreselectedObjects FALSE
.RecorderSelectObjectByIndex TRUE, 1
.ApplyTextureFill "", "Water Color", "Water Color"
.ResumePainting
.EndOfRecording
END WITHOBJECT